home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 5 #8 / IMG 51 Vol 5-8.iso / Goodies / More For Your Games / MacMAME / Documentation / MAME What's New / MAME What's New.rsrc / TEXT_153.txt < prev    next >
Text File  |  1997-10-20  |  2KB  |  47 lines

  1. 0.8
  2.  
  3. Program:
  4. - Added some support for Carnival - it boots and runs the demo, but the
  5.   graphics are messed up.
  6.  
  7. - Fixed graphics in Moon Quasar (yes it does run, but you need the correct
  8.   ROMs)
  9.  
  10. - Better error checking in the sound initialization routines. It still sucks,
  11.   but at least will notify of problems instead of locking up the emulation.
  12.   The "0. Silence" driver also works.
  13.  
  14. - Removed the "-nosound" command line switch, replaced it with "-soundcard n"
  15.   which allows to bypass the audio driver selection menu. Use "-soundcard 0"
  16.   to turn off sound.
  17.  
  18. - Some support for Space Invaders (+ some clones) but it doesn't work well.
  19.  
  20. - Support for Battle of Atlantis (a Scramble hack)
  21.  
  22. - The ROM copyright notice is displayed in the main emulation screen.
  23.  
  24. - Maybe I understood how the character colors are selected in Donkey Kong, at
  25.   least in part, but I'm not sure. Anyway, I started fixing them. I based on
  26.   the Kong emulator by Gary Shepherdson.
  27.  
  28.  
  29.   Following changes provided by Mirko Buffoni:
  30.  
  31. - You can view the game graphics pressing F4. Use cursor keys to change
  32.   graphics set/color, F4 to return to the game.
  33.  
  34. - Support for Mario Bros. (wrong colors, no sound) and Zaxxon (doesn't work yet).
  35.  
  36. - Better colors in Amidar and Frogger.
  37.  
  38. Source:
  39. - Added visible_area to the MachineDriver definition. It was used in all video
  40.   drivers, so it's better to keep it centralized.
  41.  
  42. - Long-awaited function clearbitmap(), which correctly initializes a bitmap
  43.   using background_pen. Note for people porting MAME to other systems:
  44.   osd_create_bitmap() must call this function, the video drivers rely on that.
  45.  
  46. - I got rid of machine.c and put all into mame.c... when I have time, I'll try
  47.   to organize the source better.